mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 11:35:37 +03:00
sourcehut: add myself as maintainer
I worked already a lot on this stuff, esp. modules - so it just makes sense. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
a7f1567815
commit
62854c0103
13 changed files with 13 additions and 13 deletions
|
@ -1370,5 +1370,5 @@ in
|
|||
];
|
||||
|
||||
meta.doc = ./default.md;
|
||||
meta.maintainers = with maintainers; [ tomberek nessdoor ];
|
||||
meta.maintainers = with maintainers; [ tomberek nessdoor christoph-heiss ];
|
||||
}
|
||||
|
|
|
@ -89,6 +89,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://git.sr.ht/~sircmpwn/builds.sr.ht";
|
||||
description = "Continuous integration service for the sr.ht network";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ eadwu ];
|
||||
maintainers = with maintainers; [ eadwu christoph-heiss ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -89,6 +89,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://git.sr.ht/~sircmpwn/srht";
|
||||
description = "Core modules for sr.ht";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ eadwu ];
|
||||
maintainers = with maintainers; [ eadwu christoph-heiss ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -122,6 +122,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://git.sr.ht/~sircmpwn/git.sr.ht";
|
||||
description = "Git repository hosting service for the sr.ht network";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ eadwu ];
|
||||
maintainers = with maintainers; [ eadwu christoph-heiss ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -88,6 +88,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://git.sr.ht/~sircmpwn/hg.sr.ht";
|
||||
description = "Mercurial repository hosting service for the sr.ht network";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ eadwu ];
|
||||
maintainers = with maintainers; [ eadwu christoph-heiss ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -71,6 +71,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://git.sr.ht/~sircmpwn/hub.sr.ht";
|
||||
description = "Project hub service for the sr.ht network";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ eadwu ];
|
||||
maintainers = with maintainers; [ eadwu christoph-heiss ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -73,6 +73,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://git.sr.ht/~sircmpwn/lists.sr.ht";
|
||||
description = "Mailing list service for the sr.ht network";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ eadwu ];
|
||||
maintainers = with maintainers; [ eadwu christoph-heiss ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -65,6 +65,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://git.sr.ht/~sircmpwn/man.sr.ht";
|
||||
description = "Wiki service for the sr.ht network";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ eadwu ];
|
||||
maintainers = with maintainers; [ eadwu christoph-heiss ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -80,6 +80,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://git.sr.ht/~sircmpwn/meta.sr.ht";
|
||||
description = "Account management service for the sr.ht network";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ eadwu ];
|
||||
maintainers = with maintainers; [ eadwu christoph-heiss ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@ buildGoModule (rec {
|
|||
homepage = "https://git.sr.ht/~sircmpwn/pages.sr.ht";
|
||||
description = "Web hosting service for the sr.ht network";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ eadwu ];
|
||||
maintainers = with maintainers; [ eadwu christoph-heiss ];
|
||||
};
|
||||
# There is no ./loaders but this does not cause troubles
|
||||
# to go generate
|
||||
|
|
|
@ -67,6 +67,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://git.sr.ht/~sircmpwn/paste.sr.ht";
|
||||
description = "Ad-hoc text file hosting service for the sr.ht network";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ eadwu nessdoor ];
|
||||
maintainers = with maintainers; [ eadwu nessdoor christoph-heiss ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -44,6 +44,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://git.sr.ht/~sircmpwn/scm.sr.ht";
|
||||
description = "Shared support code for sr.ht source control services.";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ eadwu ];
|
||||
maintainers = with maintainers; [ eadwu christoph-heiss ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -73,6 +73,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://todo.sr.ht/~sircmpwn/todo.sr.ht";
|
||||
description = "Ticket tracking service for the sr.ht network";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ eadwu ];
|
||||
maintainers = with maintainers; [ eadwu christoph-heiss ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue