altermime: add license

This commit is contained in:
Markus Kowalewski 2018-08-14 13:33:05 +02:00
parent c6ffdedc53
commit 038cd7533e
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -21,12 +21,11 @@ stdenv.mkDerivation rec {
mkdir -p "$out/bin" mkdir -p "$out/bin"
''; '';
meta = { meta = with stdenv.lib; {
description = "MIME alteration tool"; description = "MIME alteration tool";
maintainers = with stdenv.lib.maintainers; [ maintainers = [ maintainers.raskin ];
raskin platforms = platforms.linux;
]; license.fullName = "alterMIME LICENSE";
platforms = with stdenv.lib.platforms; linux;
downloadPage = "http://www.pldaniels.com/altermime/"; downloadPage = "http://www.pldaniels.com/altermime/";
}; };
} }