gns3-{gui,server}: Remove myself as maintainer
This commit is contained in:
@@ -44,6 +44,6 @@ in python.pkgs.buildPythonPackage rec {
|
|||||||
changelog = "https://github.com/GNS3/gns3-gui/releases/tag/v${version}";
|
changelog = "https://github.com/GNS3/gns3-gui/releases/tag/v${version}";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -62,6 +62,6 @@ in python.pkgs.buildPythonPackage {
|
|||||||
changelog = "https://github.com/GNS3/gns3-server/releases/tag/v${version}";
|
changelog = "https://github.com/GNS3/gns3-server/releases/tag/v${version}";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user