Unverified Commit e6141142 authored by dish's avatar dish Committed by GitHub
Browse files

treewide: drop maintainership of many packages (#502781)

parents 56f9fb51 d0785e37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,6 +49,6 @@ stdenv.mkDerivation (finalAttrs: {
    changelog = "https://github.com/cookpete/auto-changelog/blob/master/CHANGELOG.md";
    license = lib.licenses.mit;
    mainProgram = "auto-changelog";
    maintainers = with lib.maintainers; [ pyrox0 ];
    maintainers = [ ];
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -63,6 +63,6 @@ stdenv.mkDerivation (finalAttrs: {
    changelog = "https://github.com/postcss/autoprefixer/releases/tag/${finalAttrs.version}";
    license = lib.licenses.mit;
    mainProgram = "autoprefixer";
    maintainers = with lib.maintainers; [ pyrox0 ];
    maintainers = [ ];
  };
})
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ buildGoModule (finalAttrs: {
    platforms = lib.platforms.linux;
    mainProgram = "bluetuith";
    maintainers = with lib.maintainers; [
      pyrox0
      katexochen
    ];
  };
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Command-line-interface for CDK for Kubernetes";
    homepage = "https://github.com/cdk8s-team/cdk8s-cli";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ pyrox0 ];
    maintainers = [ ];
    mainProgram = "cdk8s";
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -38,6 +38,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    description = "Convert any Visual Studio Code Theme to Sublime Text 3 or IntelliJ IDEA";
    homepage = "https://github.com/tobiastimm/code-theme-converter";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ pyrox0 ];
    maintainers = [ ];
  };
})
Loading