Unverified Commit e966ecdc authored by Ryan Hendrickson's avatar Ryan Hendrickson Committed by GitHub
Browse files

Orphan most of my packages (#365789)

parents 9fcd9936 16edc2a0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -85,7 +85,6 @@ stdenv.mkDerivation rec {

    homepage = "http://gkrellm.srcbox.net";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ khumba ];
    platforms = platforms.linux;
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@ stdenv.mkDerivation rec {
    '';
    homepage = "https://www.samba.org/ftp/paulus/";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ khumba ];
    platforms = platforms.unix;
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -83,6 +83,5 @@ stdenv.mkDerivation rec {
    sourceProvenance = with sourceTypes; [ binaryBytecode ];
    license = licenses.lgpl21Plus;
    platforms = platforms.linux;
    maintainers = with maintainers; [ khumba ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@ stdenv.mkDerivation {
  '';

  meta = with lib; {
    maintainers = [ maintainers.khumba ];
    license = [ licenses.gpl2Only ];
    platforms = [
      "i686-linux"
+1 −4
Original line number Diff line number Diff line
@@ -33,10 +33,7 @@ stdenv.mkDerivation {
  '';

  meta = {
    maintainers = with lib.maintainers; [
      khumba
      ahoneybun
    ];
    maintainers = with lib.maintainers; [ ahoneybun ];
    license = lib.licenses.gpl2Plus;
    platforms = [
      "i686-linux"
Loading