treewide: adopt some unmaintained GTK packages

This commit is contained in:
aleksana 2024-09-14 21:07:29 +08:00
parent cda49c202f
commit bd36b81aed
10 changed files with 10 additions and 10 deletions

View File

@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
mainProgram = "com.github.kmwallio.thiefmd";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = [ ];
maintainers = with maintainers; [ aleksana ];
};
}

View File

@ -72,6 +72,6 @@ python3.pkgs.buildPythonApplication rec {
mainProgram = "curtail";
homepage = "https://github.com/Huluti/Curtail";
license = licenses.gpl3Only;
maintainers = [ ];
maintainers = with maintainers; [ aleksana ];
};
}

View File

@ -61,7 +61,7 @@ in stdenv.mkDerivation rec {
downloadPage = "https://github.com/bgrabitmap/lazpaint/";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ ];
maintainers = with maintainers; [ aleksana ];
mainProgram = "lazpaint";
};
}

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
description = "Launcher/menu program for wlroots based wayland compositors such as sway";
homepage = "https://hg.sr.ht/~scoopta/wofi";
license = licenses.gpl3Only;
maintainers = [ ];
maintainers = with maintainers; [ aleksana ];
platforms = with platforms; linux;
mainProgram = "wofi";
};

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
description = "GTK-based Usenet newsreader good at both text and binaries";
mainProgram = "pan";
homepage = "http://pan.rebelbase.com/";
maintainers = [ ];
maintainers = with maintainers; [ aleksana ];
platforms = platforms.linux;
license = with licenses; [ gpl2Only fdl11Only ];
};

View File

@ -102,7 +102,7 @@ python3.pkgs.buildPythonApplication rec {
that can appeal to newbies and professionals alike.
'';
license = licenses.lgpl21Plus;
maintainers = [ ];
maintainers = with maintainers; [ aleksana ];
platforms = platforms.linux;
mainProgram = "pitivi";
};

View File

@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/GNOME/cheese";
description = "Take photos and videos with your webcam, with fun graphical effects";
mainProgram = "cheese";
maintainers = [ ];
maintainers = with maintainers; [ aleksana ];
license = licenses.gpl2Plus;
platforms = platforms.linux;
};

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Tiny alternative Discord client";
license = lib.licenses.gpl3Only;
mainProgram = "dorion";
maintainers = [ ];
maintainers = with lib.maintainers; [ aleksana ];
platforms = lib.intersectLists (lib.platforms.linux) (lib.platforms.x86_64);
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};

View File

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
This GNOME utility helps to manage time according to Pomodoro Technique.
It intends to improve productivity and focus by taking short breaks.
'';
maintainers = [ ];
maintainers = with maintainers; [ aleksana ];
license = licenses.gpl3Plus;
platforms = platforms.linux;
};

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation {
description = "Patcher for IPS and BPS files";
homepage = "https://github.com/Alcaro/Flips";
license = licenses.gpl3Plus;
maintainers = [ ];
maintainers = with lib.maintainers; [ aleksana ];
platforms = platforms.linux;
mainProgram = "flips";
};