tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lifeograph: add kyehn as maintainer
kyehn
5 months ago
493997c8
1c8c68c9
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
li
lifeograph
package.nix
+1
-1
pkgs/by-name/li/lifeograph/package.nix
···
47
homepage = "https://lifeograph.sourceforge.net/doku.php?id=start";
48
description = "Off-line and private journal and note taking application";
49
license = lib.licenses.gpl3Only;
50
-
maintainers = with lib.maintainers; [ ];
51
mainProgram = "lifeograph";
52
platforms = lib.platforms.linux;
53
};
···
47
homepage = "https://lifeograph.sourceforge.net/doku.php?id=start";
48
description = "Off-line and private journal and note taking application";
49
license = lib.licenses.gpl3Only;
50
+
maintainers = with lib.maintainers; [ kyehn ];
51
mainProgram = "lifeograph";
52
platforms = lib.platforms.linux;
53
};