tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nedit: add license
see issue #43716
Pascal Wittmann
7 years ago
351ee400
bf56cfe4
+1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
nedit
default.nix
+1
pkgs/applications/editors/nedit/default.nix
···
28
28
meta = with stdenv.lib; {
29
29
homepage = https://sourceforge.net/projects/nedit;
30
30
platforms = with platforms; linux ++ darwin;
31
31
+
license = licenses.gpl2;
31
32
};
32
33
}