Unverified Commit d339fffc authored by Maciej Krüger's avatar Maciej Krüger
Browse files

oil: add myself as maintainer

parent c627c0f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
    ];

    platforms = lib.platforms.all;
    maintainers = with lib.maintainers; [ lheckemann alva ];
    maintainers = with lib.maintainers; [ lheckemann alva mkg20001 ];
    changelog = "https://www.oilshell.org/release/${version}/changelog.html";
  };