Commit 8d54d26e authored by jopejoe1's avatar jopejoe1
Browse files

ldm: add homepage

parent 3fdf9433
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;