forked from mirrors/nixpkgs
pythonPackages.bleach: remove the 'platforms' attribute; update homepage
This commit is contained in:
parent
ffa2bc2382
commit
31a28a38a1
|
@ -2986,11 +2986,10 @@ in {
|
||||||
to do lots of things, you're probably outside the use cases. Either
|
to do lots of things, you're probably outside the use cases. Either
|
||||||
trust those users, or don't.
|
trust those users, or don't.
|
||||||
'';
|
'';
|
||||||
homepage = https://github.com/jsocol/bleach;
|
homepage = https://github.com/mozilla/bleach;
|
||||||
downloadPage = https://github.com/jsocol/bleach/releases;
|
downloadPage = https://github.com/mozilla/bleach/releases;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ prikhi ];
|
maintainers = with maintainers; [ prikhi ];
|
||||||
platforms = platforms.linux;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue