rewritefs: remove needless quotation

rnhmjoj b863f23d 6887a0fc

+1 -1
+1 -1
pkgs/os-specific/linux/rewritefs/default.nix
··· 24 24 meta = with stdenv.lib; { 25 25 description = ''A FUSE filesystem intended to be used 26 26 like Apache mod_rewrite''; 27 - homepage = "https://github.com/sloonz/rewritefs"; 27 + homepage = https://github.com/sloonz/rewritefs; 28 28 license = licenses.gpl2; 29 29 maintainers = with maintainers; [ rnhmjoj ]; 30 30 platforms = platforms.linux;