cksfv: add license
This commit is contained in:
parent
19148bd2f1
commit
5d42f2b37f
@ -8,9 +8,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0lnz0z57phl6s52hjvlryn96xrlph9b0h89ahhv027sa79pj8g4g";
|
sha256 = "0lnz0z57phl6s52hjvlryn96xrlph9b0h89ahhv027sa79pj8g4g";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://zakalwe.fi/~shd/foss/cksfv/;
|
homepage = http://zakalwe.fi/~shd/foss/cksfv/;
|
||||||
description = "A tool for verifying files against a SFV checksum file";
|
description = "A tool for verifying files against a SFV checksum file";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user