Unverified Commit 000a65b6 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #249758 from turion/remove_myself_as_maintainer

parents d34b04e7 bad4b37c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ let
in
{
  name = "mastodon-remote-postgresql";
  meta.maintainers = with pkgs.lib.maintainers; [ erictapen izorkin turion ];
  meta.maintainers = with pkgs.lib.maintainers; [ erictapen izorkin ];

  nodes = {
    database = {
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ in stdenv'.mkDerivation rec {
    description = "Music notation and composition software";
    homepage = "https://musescore.org/";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ vandenoever turion doronbehar ];
    maintainers = with maintainers; [ vandenoever doronbehar ];
    # on aarch64-linux:
    # error: cannot convert '<brace-enclosed initializer list>' to 'float32x4_t' in assignment
    broken = (stdenv.isLinux && stdenv.isAarch64);
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ in
      downloadPage = "https://github.com/VSCodium/vscodium/releases";
      license = licenses.mit;
      sourceProvenance = with sourceTypes; [ binaryNativeCode ];
      maintainers = with maintainers; [ synthetica turion bobby285271 ];
      maintainers = with maintainers; [ synthetica bobby285271 ];
      mainProgram = "codium";
      platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" "armv7l-linux" ];
    };
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ mkDerivation rec {
    homepage = "http://www.krusader.org";
    description = "Norton/Total Commander clone for KDE";
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ sander turion ];
    maintainers = with maintainers; [ sander ];
    mainProgram = "krusader";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ mkDerivation {
    homepage = "https://apps.kde.org/konsole/";
    description = "KDE terminal emulator";
    license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
    maintainers = with lib.maintainers; [ ttuegel turion ];
    maintainers = with lib.maintainers; [ ttuegel ];
  };
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [
Loading