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
|
||||
trust those users, or don't.
|
||||
'';
|
||||
homepage = https://github.com/jsocol/bleach;
|
||||
downloadPage = https://github.com/jsocol/bleach/releases;
|
||||
homepage = https://github.com/mozilla/bleach;
|
||||
downloadPage = https://github.com/mozilla/bleach/releases;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ prikhi ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue