rename iElectric to domenkozar to match GitHub
This commit is contained in:
@@ -56,6 +56,6 @@ in
|
||||
homepage = http://wiki.github.com/joelthelion/autojump;
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.iElectric ];
|
||||
maintainers = [ stdenv.lib.maintainers.domenkozar ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ buildPythonApplication rec {
|
||||
'';
|
||||
homepage = https://github.com/carlesso/i3minator;
|
||||
license = stdenv.lib.licenses.wtfpl;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = http://www.lichteblau.com/ldapvi/;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
||||
|
||||
unclutter -idle 1 &
|
||||
'';
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user