Tuomas Tynkkynen 2017-06-11 04:41:47 +03:00
parent 94fd91742a
commit 6e3499efc5

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
inherit version; inherit version;
description = "Cryptographic algorithms library"; description = "Cryptographic algorithms library";
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];
platforms = platforms.unix; platforms = ["x86_64-linux" "i686-linux" "x86_64-darwin"];
license = licenses.bsd2; license = licenses.bsd2;
}; };
passthru.updateInfo.downloadPage = "http://files.randombit.net/botan/"; passthru.updateInfo.downloadPage = "http://files.randombit.net/botan/";