links2: add license

This commit is contained in:
Markus Kowalewski
2020-06-27 00:14:33 +02:00
parent 7c883bce76
commit a65df7777a

View File

@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
homepage = "http://links.twibright.com/";
description = "A small browser with some graphics support";
maintainers = with maintainers; [ raskin ];
license = licenses.gpl2Plus;
platforms = platforms.unix;
};
}