ssss: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 17:00:58 +02:00
parent e700483077
commit 49a39aac3e
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
description = "Shamir Secret Sharing Scheme";
homepage = http://point-at-infinity.org/ssss/;
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2;
};
}