Merge pull request #223397 from caarlos0/caarlos0-maintainer-timer
timer: add caarlos0 to maintainers list
This commit is contained in:
commit
d1cc710f0c
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ buildGoModule rec {
|
||||||
description = "A `sleep` with progress";
|
description = "A `sleep` with progress";
|
||||||
homepage = "https://github.com/caarlos0/timer";
|
homepage = "https://github.com/caarlos0/timer";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ zowoq ];
|
maintainers = with maintainers; [ zowoq caarlos0 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue