zerofree: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-07-22 16:43:55 +02:00
parent f94f861942
commit 60365f57f5
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
homepage = https://frippery.org/uml/;
description = "Zero free blocks from ext2, ext3 and ext4 file-systems";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.theuni ];
};
}