driftnet: add license

This commit is contained in:
Markus Kowalewski
2018-09-10 21:22:10 +02:00
parent 0f6134f8ad
commit 6d859b3b1e

View File

@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/deiv/driftnet;
maintainers = with maintainers; [ offline ];
platforms = platforms.linux;
license = licenses.gpl2;
};
}