##// END OF EJS Templates
oss-licenses: Added license attribute to URLObject derivation.
johbo -
r201:692a56ce default
parent child Browse files
Show More
@@ -158,6 +158,16 b' self: super: {'
158 ];
158 ];
159 });
159 });
160
160
161 URLObject = super.URLObject.override (attrs: {
162 meta = {
163 license = {
164 spdxId = "Unlicense";
165 fullName = "The Unlicense";
166 url = http://unlicense.org/;
167 };
168 };
169 });
170
161 # Avoid that setuptools is replaced, this leads to trouble
171 # Avoid that setuptools is replaced, this leads to trouble
162 # with buildPythonPackage.
172 # with buildPythonPackage.
163 setuptools = basePythonPackages.setuptools;
173 setuptools = basePythonPackages.setuptools;
General Comments 0
You need to be logged in to leave comments. Login now