aboutsummaryrefslogtreecommitdiff
path: root/my-pkgs/adom.nix
diff options
context:
space:
mode:
Diffstat (limited to 'my-pkgs/adom.nix')
-rw-r--r--my-pkgs/adom.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/my-pkgs/adom.nix b/my-pkgs/adom.nix
index 25d2dae..e91842a 100644
--- a/my-pkgs/adom.nix
+++ b/my-pkgs/adom.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
sourceRoot = "adom";
installPhase = let desktopEntry = makeDesktopItem {
name = "adom";
- desktopName = "Adom";
+ desktopName = "ADOM";
exec = "OUT_DIR/bin/adom";
#path = "OUT_DIR/share";
}; in ''