tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Fix some meta.license attributes
Pascal Wittmann
10 years ago
db0819f9
6521957b
+3
-3
2 changed files
expand all
collapse all
unified
split
pkgs
applications
editors
emacs-modes
erlang
default.nix
top-level
python-packages.nix
+1
-1
pkgs/applications/editors/emacs-modes/erlang/default.nix
···
18
18
meta = with stdenv.lib; {
19
19
homepage = "http://github.com/erlang/otp";
20
20
description = "Erlang mode for Emacs";
21
21
-
licence = licenses.asl20;
21
21
+
license = licenses.asl20;
22
22
platforms = platforms.unix;
23
23
maintainers = [ maintainers.samuelrivas ];
24
24
};
+2
-2
pkgs/top-level/python-packages.nix
···
2765
2765
meta = {
2766
2766
description = "Minimal task scheduling abstraction";
2767
2767
homepage = "http://github.com/ContinuumIO/dask/";
2768
2768
-
licenses = licenses.bsd3;
2768
2768
+
license = licenses.bsd3;
2769
2769
maintainers = with maintainers; [ fridh ];
2770
2770
};
2771
2771
};
···
3299
3299
meta = {
3300
3300
description = "Easy to use python subprocess interface";
3301
3301
homepage = "https://github.com/ponty/EasyProcess";
3302
3302
-
licenses = licenses.bsdOriginal;
3302
3302
+
license = licenses.bsdOriginal;
3303
3303
maintainers = with maintainers; [ layus ];
3304
3304
};
3305
3305
};