et: updated upstream and homepage

gstqt5
Alvar Penning 2020-08-15 16:04:43 +02:00
parent 0a53c6b565
commit c73152a7c4
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.1.2";
src = fetchFromGitHub {
owner = "geistesk";
owner = "oxzi";
repo = "et";
rev = version;
sha256 = "0i0lgmnly8n7y4y6pb10pxgxyz8s5zk26k8z1g1578v1wan01lnq";
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Minimal libnotify-based (egg) timer";
homepage = "https://github.com/geistesk/et";
homepage = "https://github.com/oxzi/et";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ oxzi ];