tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
liblastfm-SF: add licenses
Markus Kowalewski
7 years ago
beabd0bb
014c5c4b
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
liblastfmSF
default.nix
+1
pkgs/development/libraries/liblastfmSF/default.nix
···
15
meta = {
16
homepage = http://liblastfm.sourceforge.net;
17
description = "Unofficial C lastfm library";
0
18
};
19
}
···
15
meta = {
16
homepage = http://liblastfm.sourceforge.net;
17
description = "Unofficial C lastfm library";
18
+
license = stdenv.lib.licenses.gpl3;
19
};
20
}