tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ldm: add homepage
jopejoe1
10 months ago
8d54d26e
3fdf9433
+1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ld
ldm
package.nix
+1
pkgs/by-name/ld/ldm/package.nix
···
44
45
meta = {
46
description = "Lightweight device mounter, with libudev as only dependency";
0
47
mainProgram = "ldm";
48
license = lib.licenses.mit;
49
platforms = lib.platforms.linux;
···
44
45
meta = {
46
description = "Lightweight device mounter, with libudev as only dependency";
47
+
homepage = "https://github.com/LemonBoy/ldm";
48
mainProgram = "ldm";
49
license = lib.licenses.mit;
50
platforms = lib.platforms.linux;