Merge pull request #33818 from rnhmjoj/rewritefs

rewritefs: remove needless quotation
This commit is contained in:
Jörg Thalheim
2018-01-13 10:43:03 +00:00
committed by GitHub

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;