bashmount: add license

This commit is contained in:
Markus Kowalewski 2018-09-07 22:15:14 +02:00
parent 1e98674c79
commit 735a7de051
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};
}