w3m: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 16:08:03 +02:00
parent 0fa1ffd17f
commit 1ab197b9e7
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -76,5 +76,6 @@ stdenv.mkDerivation rec {
description = "A text-mode web browser";
maintainers = [ maintainers.cstrahan ];
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.mit;
};
}