morgen: move package to pkgs/by-name

This commit is contained in:
Ariel Ebersberger
2025-03-13 19:26:43 +01:00
parent 01f44b8389
commit 248d620e36
3 changed files with 1 additions and 5 deletions
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "All-in-one Calendars, Tasks and Scheduler";
homepage = "https://morgen.so/download";
homepage = "https://morgen.so/";
mainProgram = "morgen";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
-4
View File
@@ -4222,10 +4222,6 @@ with pkgs;
docbook-xsl = docbook_xsl;
};
morgen = callPackage ../applications/office/morgen {
electron = electron_32;
};
metasploit = callPackage ../tools/security/metasploit { };
mhost = callPackage ../applications/networking/mhost {