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
commit 1db3b1c2d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;