summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-02-05 20:25:56 +0800
committerGitHub <noreply@github.com>2023-02-05 20:25:56 +0800
commit18cd3473d80686c2e9269ec5f627b8441887d272 (patch)
tree6ea17cb15293e120f6bf4a6ec02d6eae5caf2263
parent81bd5332c9593e0269546d665fd861f718f0bc50 (diff)
parentf2ff928ccd5f4c94c7937d56aff2829a2ce9db13 (diff)
Merge pull request #214733 from zendo/fix/paper
paper-note: add meta.mainProgram
-rw-r--r--pkgs/applications/office/paper-note/default.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/applications/office/paper-note/default.nix b/pkgs/applications/office/paper-note/default.nix
index e400c88df5dd..e9fdd485befd 100644
--- a/pkgs/applications/office/paper-note/default.nix
+++ b/pkgs/applications/office/paper-note/default.nix
@@ -49,13 +49,10 @@ stdenv.mkDerivation rec {
--replace "1.2.0" "${libadwaita.version}"
'';
- postInstall = ''
- ln -s $out/bin/io.posidon.Paper $out/bin/paper
- '';
-
meta = with lib; {
- description = "Take notes in Markdown";
- homepage = "https://posidon.io/paper/";
+ description = "A pretty note-taking app for GNOME";
+ homepage = "https://gitlab.com/posidon_software/paper";
+ mainProgram = "io.posidon.Paper";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ j0lol ];