1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

pythonPackages.pasteScript: fix typo in name

This commit is contained in:
Linus Heckemann 2017-08-12 11:20:53 +01:00
parent 66ce84b619
commit 9b92af9942

View file

@ -16266,7 +16266,7 @@ in {
pasteScript = buildPythonPackage rec {
version = "1.7.5";
name = "PasterScript-${version}";
name = "PasteScript-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/P/PasteScript/${name}.tar.gz";