rewritefs: remove needless quotation
This commit is contained in:
parent
6887a0fc9a
commit
b863f23df1
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = ''A FUSE filesystem intended to be used
|
description = ''A FUSE filesystem intended to be used
|
||||||
like Apache mod_rewrite'';
|
like Apache mod_rewrite'';
|
||||||
homepage = "https://github.com/sloonz/rewritefs";
|
homepage = https://github.com/sloonz/rewritefs;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ rnhmjoj ];
|
maintainers = with maintainers; [ rnhmjoj ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
Loading…
Reference in New Issue