Unverified Commit a6c47b24 authored by Rafael Ieda's avatar Rafael Ieda
Browse files

opensurge: add maintainer iedame

parent 5ee90348
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,6 +64,6 @@ stdenv.mkDerivation (finalAttrs: {
    changelog = "https://github.com/alemart/opensurge/blob/v${finalAttrs.version}/CHANGES.md";
    license = lib.licenses.gpl3Only;
    platforms = lib.platforms.all;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ iedame ];
  };
})