forked from mirrors/nixpkgs
mmc-utils: clarify license
This commit is contained in:
parent
0d5048765f
commit
18ad5579c4
|
@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
|||
meta = with lib; {
|
||||
description = "Configure MMC storage devices from userspace";
|
||||
homepage = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/";
|
||||
license = licenses.gpl2;
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = [ maintainers.dezgeg ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue