git-crypt: remove platforms

fixes #18811
This commit is contained in:
Michael Fellinger 2016-09-21 14:34:56 +02:00 committed by Jörg Thalheim
parent a8c172ca4b
commit c2f6752e01
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
version = "0.5.0";
maintainers = [ maintainers.dochang ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}