iptstate: add license

This commit is contained in:
Markus Kowalewski 2020-06-30 21:00:30 +02:00
parent 68ec5811d1
commit 1bd4fbc4a4
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
maintainers = with maintainers; [ trevorj ];
downloadPage = "https://github.com/jaymzh/iptstate/releases";
license = licenses.zlib;
};
installPhase = ''