Merge pull request #144416 from bobby285271/mainprogram

treewide: set meta.mainProgram for packages teams.pantheon.members maintain

authored by

Bobby Rong and committed by
GitHub
1c787514 686e37ed

+30 -8
+1
pkgs/applications/audio/vocal/default.nix
··· 88 license = licenses.gpl3Plus; 89 maintainers = with maintainers; [ ] ++ teams.pantheon.members; 90 platforms = platforms.linux; 91 }; 92 }
··· 88 license = licenses.gpl3Plus; 89 maintainers = with maintainers; [ ] ++ teams.pantheon.members; 90 platforms = platforms.linux; 91 + mainProgram = "com.github.needleandthread.vocal"; 92 }; 93 }
+1
pkgs/applications/graphics/akira/default.nix
··· 71 license = licenses.gpl3Plus; 72 maintainers = with maintainers; [ Br1ght0ne neonfuz ] ++ teams.pantheon.members; 73 platforms = platforms.linux; 74 }; 75 }
··· 71 license = licenses.gpl3Plus; 72 maintainers = with maintainers; [ Br1ght0ne neonfuz ] ++ teams.pantheon.members; 73 platforms = platforms.linux; 74 + mainProgram = "com.github.akiraux.akira"; 75 }; 76 }
+5 -4
pkgs/applications/graphics/fondo/default.nix
··· 58 patchShebangs meson/post_install.py 59 ''; 60 61 meta = with lib; { 62 homepage = "https://github.com/calo001/fondo"; 63 description = "Find the most beautiful wallpapers for your desktop"; 64 license = licenses.agpl3Plus; 65 maintainers = with maintainers; [ AndersonTorres ] ++ teams.pantheon.members; 66 platforms = platforms.linux; 67 - }; 68 - 69 - passthru.updateScript = nix-update-script { 70 - attrPath = pname; 71 }; 72 }
··· 58 patchShebangs meson/post_install.py 59 ''; 60 61 + passthru.updateScript = nix-update-script { 62 + attrPath = pname; 63 + }; 64 + 65 meta = with lib; { 66 homepage = "https://github.com/calo001/fondo"; 67 description = "Find the most beautiful wallpapers for your desktop"; 68 license = licenses.agpl3Plus; 69 maintainers = with maintainers; [ AndersonTorres ] ++ teams.pantheon.members; 70 platforms = platforms.linux; 71 + mainProgram = "com.github.calo001.fondo"; 72 }; 73 }
+1
pkgs/applications/graphics/ideogram/default.nix
··· 63 license = licenses.gpl2Plus; 64 maintainers = teams.pantheon.members; 65 platforms = platforms.linux; 66 }; 67 68 }
··· 63 license = licenses.gpl2Plus; 64 maintainers = teams.pantheon.members; 65 platforms = platforms.linux; 66 + mainProgram = "com.github.cassidyjames.ideogram"; 67 }; 68 69 }
+1
pkgs/applications/misc/appeditor/default.nix
··· 59 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 60 platforms = platforms.linux; 61 license = licenses.gpl3Plus; 62 }; 63 }
··· 59 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 60 platforms = platforms.linux; 61 license = licenses.gpl3Plus; 62 + mainProgram = "com.github.donadigo.appeditor"; 63 }; 64 }
+1
pkgs/applications/misc/cipher/default.nix
··· 60 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 61 platforms = platforms.linux; 62 license = licenses.gpl3Plus; 63 }; 64 }
··· 60 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 61 platforms = platforms.linux; 62 license = licenses.gpl3Plus; 63 + mainProgram = "com.github.arshubham.cipher"; 64 }; 65 }
+1
pkgs/applications/misc/formatter/default.nix
··· 74 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 75 platforms = platforms.linux; 76 license = licenses.lgpl2Plus; 77 }; 78 }
··· 74 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 75 platforms = platforms.linux; 76 license = licenses.lgpl2Plus; 77 + mainProgram = "com.github.djaler.formatter"; 78 }; 79 }
+1
pkgs/applications/misc/minder/default.nix
··· 75 license = licenses.gpl3Plus; 76 platforms = platforms.linux; 77 maintainers = with maintainers; [ dtzWill ] ++ teams.pantheon.members; 78 }; 79 }
··· 75 license = licenses.gpl3Plus; 76 platforms = platforms.linux; 77 maintainers = with maintainers; [ dtzWill ] ++ teams.pantheon.members; 78 + mainProgram = "com.github.phase1geo.minder"; 79 }; 80 }
+1
pkgs/applications/misc/notejot/default.nix
··· 64 license = licenses.gpl3Plus; 65 maintainers = with maintainers; [ AndersonTorres ] ++ teams.pantheon.members; 66 platforms = platforms.linux; 67 }; 68 }
··· 64 license = licenses.gpl3Plus; 65 maintainers = with maintainers; [ AndersonTorres ] ++ teams.pantheon.members; 66 platforms = platforms.linux; 67 + mainProgram = "io.github.lainsce.Notejot"; 68 }; 69 }
+1
pkgs/applications/misc/sequeler/default.nix
··· 47 license = licenses.gpl3; 48 maintainers = with maintainers; [ etu ] ++ teams.pantheon.members; 49 platforms = platforms.linux; 50 }; 51 }
··· 47 license = licenses.gpl3; 48 maintainers = with maintainers; [ etu ] ++ teams.pantheon.members; 49 platforms = platforms.linux; 50 + mainProgram = "com.github.alecaddd.sequeler"; 51 }; 52 }
+1
pkgs/applications/networking/browsers/ephemeral/default.nix
··· 67 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 68 platforms = platforms.linux; 69 license = licenses.gpl3; 70 }; 71 }
··· 67 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 68 platforms = platforms.linux; 69 license = licenses.gpl3; 70 + mainProgram = "com.github.cassidyjames.ephemeral"; 71 }; 72 }
+5 -4
pkgs/applications/networking/ftp/taxi/default.nix
··· 52 patchShebangs meson/post_install.py 53 ''; 54 55 meta = with lib; { 56 homepage = "https://github.com/Alecaddd/taxi"; 57 description = "The FTP Client that drives you anywhere"; 58 license = licenses.lgpl3Plus; 59 maintainers = with maintainers; [ AndersonTorres ] ++ teams.pantheon.members; 60 platforms = platforms.linux; 61 - }; 62 - 63 - passthru.updateScript = nix-update-script { 64 - attrPath = pname; 65 }; 66 }
··· 52 patchShebangs meson/post_install.py 53 ''; 54 55 + passthru.updateScript = nix-update-script { 56 + attrPath = pname; 57 + }; 58 + 59 meta = with lib; { 60 homepage = "https://github.com/Alecaddd/taxi"; 61 description = "The FTP Client that drives you anywhere"; 62 license = licenses.lgpl3Plus; 63 maintainers = with maintainers; [ AndersonTorres ] ++ teams.pantheon.members; 64 platforms = platforms.linux; 65 + mainProgram = "com.github.alecaddd.taxi"; 66 }; 67 }
+1
pkgs/applications/networking/p2p/torrential/default.nix
··· 77 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 78 platforms = platforms.linux; 79 license = licenses.gpl2Plus; 80 }; 81 }
··· 77 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 78 platforms = platforms.linux; 79 license = licenses.gpl2Plus; 80 + mainProgram = "com.github.davidmhewitt.torrential"; 81 }; 82 }
+1
pkgs/applications/networking/ping/default.nix
··· 64 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 65 platforms = platforms.linux; 66 license = licenses.gpl3; 67 }; 68 }
··· 64 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 65 platforms = platforms.linux; 66 license = licenses.gpl3; 67 + mainProgram = "com.github.jeremyvaartjes.ping"; 68 }; 69 }
+1
pkgs/applications/office/agenda/default.nix
··· 62 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 63 platforms = platforms.linux; 64 license = licenses.gpl3; 65 }; 66 } 67
··· 62 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 63 platforms = platforms.linux; 64 license = licenses.gpl3; 65 + mainProgram = "com.github.dahenson.agenda"; 66 }; 67 } 68
+2
pkgs/applications/office/elementary-planner/default.nix
··· 85 homepage = "https://planner-todo.web.app"; 86 license = licenses.gpl3; 87 maintainers = with maintainers; [ dtzWill ] ++ teams.pantheon.members; 88 }; 89 } 90
··· 85 homepage = "https://planner-todo.web.app"; 86 license = licenses.gpl3; 87 maintainers = with maintainers; [ dtzWill ] ++ teams.pantheon.members; 88 + platforms = platforms.linux; 89 + mainProgram = "com.github.alainm23.planner"; 90 }; 91 } 92
+1
pkgs/applications/office/notes-up/default.nix
··· 68 license = licenses.gpl2Only; 69 maintainers = with maintainers; [ ] ++ teams.pantheon.members; 70 platforms = platforms.linux; 71 }; 72 }
··· 68 license = licenses.gpl2Only; 69 maintainers = with maintainers; [ ] ++ teams.pantheon.members; 70 platforms = platforms.linux; 71 + mainProgram = "com.github.philip-scott.notes-up"; 72 }; 73 }
+1
pkgs/applications/office/spice-up/default.nix
··· 74 platforms = platforms.linux; 75 # The COPYING file has GPLv3; some files have GPLv2+ and some have GPLv3+ 76 license = licenses.gpl3Plus; 77 }; 78 }
··· 74 platforms = platforms.linux; 75 # The COPYING file has GPLv3; some files have GPLv2+ and some have GPLv3+ 76 license = licenses.gpl3Plus; 77 + mainProgram = "com.github.philip-scott.spice-up"; 78 }; 79 }
+1
pkgs/applications/science/math/nasc/default.nix
··· 83 maintainers = teams.pantheon.members; 84 platforms = platforms.linux; 85 license = licenses.gpl3Plus; 86 }; 87 }
··· 83 maintainers = teams.pantheon.members; 84 platforms = platforms.linux; 85 license = licenses.gpl3Plus; 86 + mainProgram = "com.github.parnold_x.nasc"; 87 }; 88 }
+1
pkgs/tools/misc/hashit/default.nix
··· 45 license = licenses.gpl2Plus; 46 maintainers = teams.pantheon.members; 47 platforms = platforms.linux; 48 }; 49 }
··· 45 license = licenses.gpl2Plus; 46 maintainers = teams.pantheon.members; 47 platforms = platforms.linux; 48 + mainProgram = "com.github.artemanufrij.hashit"; 49 }; 50 }
+1
pkgs/tools/text/snippetpixie/default.nix
··· 88 license = licenses.gpl2Plus; 89 maintainers = with maintainers; [ ianmjones ] ++ teams.pantheon.members; 90 platforms = platforms.linux; 91 }; 92 }
··· 88 license = licenses.gpl2Plus; 89 maintainers = with maintainers; [ ianmjones ] ++ teams.pantheon.members; 90 platforms = platforms.linux; 91 + mainProgram = "com.github.bytepixie.snippetpixie"; 92 }; 93 }