Commit 2413b516 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

gnome: Unmaintain dead packages

parent 13694111
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
Loading