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

@@ -119,7 +119,7 @@ let
'';
license = stdenv.lib.licenses.psfl;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ chaoflow iElectric ];
maintainers = with stdenv.lib.maintainers; [ chaoflow domenkozar ];
# If you want to use Python 2.6, remove "broken = true;" at your own
# risk. Python 2.6 has known security vulnerabilities is not receiving
# security updates as of October 2013.

View File

@@ -173,7 +173,7 @@ let
'';
license = stdenv.lib.licenses.psfl;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ chaoflow iElectric ];
maintainers = with stdenv.lib.maintainers; [ chaoflow domenkozar ];
};
};

View File

@@ -127,6 +127,6 @@ stdenv.mkDerivation {
'';
license = licenses.psfl;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ chaoflow iElectric cstrahan ];
maintainers = with maintainers; [ chaoflow domenkozar cstrahan ];
};
}

View File

@@ -127,6 +127,6 @@ stdenv.mkDerivation {
'';
license = licenses.psfl;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ chaoflow iElectric cstrahan ];
maintainers = with maintainers; [ chaoflow domenkozar cstrahan ];
};
}