tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
hovercraft: nitpicks
Jörg Thalheim
7 years ago
5ac78feb
75f5fbe9
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
hovercraft
default.nix
+1
-1
pkgs/applications/misc/hovercraft/default.nix
···
30
description = "Makes impress.js presentations from reStructuredText";
31
homepage = https://github.com/regebro/hovercraft;
32
license = licenses.mit;
33
-
maintainers = with maintainers;[ goibhniu makefu ];
34
};
35
}
···
30
description = "Makes impress.js presentations from reStructuredText";
31
homepage = https://github.com/regebro/hovercraft;
32
license = licenses.mit;
33
+
maintainers = with maintainers; [ goibhniu makefu ];
34
};
35
}