rewritefs: remove needless quotation

This commit is contained in:
rnhmjoj 2018-01-13 04:09:07 +01:00
parent 6887a0fc9a
commit b863f23df1
No known key found for this signature in database
GPG key ID: 91BE884FBA4B591A

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = ''A FUSE filesystem intended to be used
like Apache mod_rewrite'';
homepage = "https://github.com/sloonz/rewritefs";
homepage = https://github.com/sloonz/rewritefs;
license = licenses.gpl2;
maintainers = with maintainers; [ rnhmjoj ];
platforms = platforms.linux;