1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

xmove: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-02 16:09:09 +02:00
parent 750fae6539
commit b386e90288
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -14,5 +14,6 @@ stdenv.mkDerivation {
meta = {
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit;
};
}