ldm: add homepage

This commit is contained in:
jopejoe1
2025-03-22 12:13:54 +01:00
parent 3fdf94339e
commit 8d54d26eef
+1
View File
@@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Lightweight device mounter, with libudev as only dependency";
homepage = "https://github.com/LemonBoy/ldm";
mainProgram = "ldm";
license = lib.licenses.mit;
platforms = lib.platforms.linux;