tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rewritefs: remove needless quotation
rnhmjoj
8 years ago
b863f23d
6887a0fc
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
rewritefs
default.nix
+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
27
-
homepage = "https://github.com/sloonz/rewritefs";
27
27
+
homepage = https://github.com/sloonz/rewritefs;
28
28
license = licenses.gpl2;
29
29
maintainers = with maintainers; [ rnhmjoj ];
30
30
platforms = platforms.linux;