Merge pull request #223397 from caarlos0/caarlos0-maintainer-timer

timer: add caarlos0 to maintainers list
This commit is contained in:
figsoda
2023-03-27 13:15:00 -04:00
committed by GitHub
+1 -1
View File
@@ -23,6 +23,6 @@ buildGoModule rec {
description = "A `sleep` with progress";
homepage = "https://github.com/caarlos0/timer";
license = licenses.mit;
maintainers = with maintainers; [ zowoq ];
maintainers = with maintainers; [ zowoq caarlos0 ];
};
}