forked from mirrors/nixpkgs
bashmount: add license
This commit is contained in:
parent
1e98674c79
commit
735a7de051
|
@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://github.com/jamielinux/bashmount;
|
||||
description = "A menu-driven bash script for the management of removable media with udisks";
|
||||
maintainers = [ maintainers.koral ];
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue