Unverified Commit 38c7d204 authored by Alexander Sieg's avatar Alexander Sieg
Browse files

gitlab-container-registry: add cyberus team as maintainer

parent 31b9891d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ buildGoModule rec {
  meta = with lib; {
    description = "GitLab Docker toolset to pack, ship, store, and deliver content";
    license = licenses.asl20;
    maintainers = with maintainers; [ yayayayaka xanderio ];
    maintainers = with maintainers; [ yayayayaka ] ++ teams.cyberus.members;
    platforms = platforms.unix;
  };
}