alock: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-07-22 17:20:32 +02:00
parent 04cc4cf1e7
commit e3523b4ef1
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
'';
platforms = platforms.unix; # Cygwin had problems at one point
maintainers = with maintainers; [ ftrvxmtrx chris-martin ];
license = licenses.mit;
};
}