Unverified Commit 9a07914f authored by Rafael Ieda's avatar Rafael Ieda
Browse files

getdp: add maintainer iedame

parent 6bef59aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ stdenv.mkDerivation {
    '';
    homepage = "http://getdp.info/";
    license = lib.licenses.gpl2Plus;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ iedame ];
    platforms = lib.platforms.linux;
  };
}