3
0
Fork 0
forked from mirrors/nixpkgs

dnscrypt-wrapper: 0.2.1 -> 0.2.2

Upstream changed distribution terms to what they call "0-clause BSD" aka
ISC.
This commit is contained in:
Joachim Fasting 2016-10-29 02:56:38 +02:00
parent 420cf50838
commit a79695e3e2
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "dnscrypt-wrapper-${version}";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "Cofyc";
repo = "dnscrypt-wrapper";
rev = "v${version}";
sha256 = "0gysylchvmxvqd4ims2cf2610vmxl80wlk62jhsv13p94yvrl53b";
sha256 = "0ip205safbpkmk1z7qf3hshqlc2q2zwhsm3i705m0y7rxc4200ms";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A tool for adding dnscrypt support to any name resolver";
homepage = https://dnscrypt.org/;
license = licenses.gpl2;
license = licenses.isc;
maintainers = with maintainers; [ tstrobel joachifm ];
platforms = platforms.linux;
};