rename iElectric to domenkozar to match GitHub

This commit is contained in:
Domen Kožar
2016-05-17 12:57:28 +01:00
parent af364c0f77
commit b49bf121b8
78 changed files with 145 additions and 145 deletions

View File

@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A tool to copy data from a damaged block device";
maintainers = with maintainers; [ raskin iElectric ];
maintainers = with maintainers; [ raskin domenkozar ];
platforms = platforms.linux;
downloadPage = "http://www.garloff.de/kurt/linux/ddrescue/";
inherit version;

View File

@@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = with maintainers; [ iElectric fpletz ];
maintainers = with maintainers; [ domenkozar fpletz ];
};
}

View File

@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = {
license = stdenv.lib.licenses.gpl3;
homepage = http://thinkfan.sourceforge.net/;
maintainers = with stdenv.lib.maintainers; [ iElectric nckx ];
maintainers = with stdenv.lib.maintainers; [ domenkozar nckx ];
platforms = stdenv.lib.platforms.linux;
};
}