1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

gnome: Unmaintain dead packages

This commit is contained in:
Jan Tojnar 2024-06-22 16:41:32 +02:00
parent 1369411184
commit 2413b51652
7 changed files with 7 additions and 7 deletions

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 = teams.gnome.members;
maintainers = [ ];
license = licenses.gpl2Plus;
platforms = platforms.linux;
};

View file

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/Archive/gnome-dictionary";
description = "Dictionary is the GNOME application to look up definitions";
mainProgram = "gnome-dictionary";
maintainers = teams.gnome.members;
maintainers = [ ];
license = licenses.gpl2;
platforms = platforms.unix;
};

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
mainProgram = "vinagre";
homepage = "https://gitlab.gnome.org/Archive/vinagre";
license = licenses.gpl2Plus;
maintainers = teams.gnome.members;
maintainers = [ ];
platforms = platforms.unix;
};
}

View file

@ -64,7 +64,7 @@ in stdenv.mkDerivation rec {
mainProgram = "caribou-preferences";
homepage = "https://gitlab.gnome.org/Archive/caribou";
license = licenses.lgpl21;
maintainers = teams.gnome.members;
maintainers = [ ];
platforms = platforms.linux;
};
}

View file

@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
homepage = "https://help.gnome.org/users/gnome-bluetooth/stable/index.html.en";
description = "Application that let you manage Bluetooth in the GNOME destkop";
mainProgram = "bluetooth-sendto";
maintainers = teams.gnome.members;
maintainers = [ ];
license = licenses.gpl2Plus;
platforms = platforms.linux;
};

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Deprecated API for integrating GdkPixbuf with Xlib data types";
homepage = "https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib";
maintainers = teams.gnome.members;
maintainers = [ ];
license = licenses.lgpl21Plus;
platforms = platforms.unix;
};

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "GObject wrapper for the SkyDrive and Hotmail REST APIs";
homepage = "https://gitlab.gnome.org/Archive/libzapojit";
license = licenses.lgpl21Plus;
maintainers = teams.gnome.members;
maintainers = [ ];
platforms = platforms.linux;
};
}