mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
{birdtray,isgx,mycrypto,osu-lazer,stretchly,tree-sitter}: remove oxalica as maintainer
This commit is contained in:
parent
7f256d7da2
commit
9b3ff4831b
@ -49,6 +49,6 @@ in appimageTools.wrapType2 rec {
|
|||||||
homepage = "https://mycrypto.com";
|
homepage = "https://mycrypto.com";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ oxalica ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -44,7 +44,7 @@ mkDerivation rec {
|
|||||||
description = "Mail system tray notification icon for Thunderbird";
|
description = "Mail system tray notification icon for Thunderbird";
|
||||||
homepage = "https://github.com/gyunaev/birdtray";
|
homepage = "https://github.com/gyunaev/birdtray";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ Flakebi oxalica ];
|
maintainers = with maintainers; [ Flakebi ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://hovancik.net/stretchly";
|
homepage = "https://hovancik.net/stretchly";
|
||||||
downloadPage = "https://hovancik.net/stretchly/downloads/";
|
downloadPage = "https://hovancik.net/stretchly/downloads/";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ _1000101 oxalica ];
|
maintainers = with maintainers; [ _1000101 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -163,6 +163,6 @@ rustPlatform.buildRustPackage {
|
|||||||
* Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application
|
* Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application
|
||||||
'';
|
'';
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ oxalica Profpatsch ];
|
maintainers = with maintainers; [ Profpatsch ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
, SDL2
|
, SDL2
|
||||||
, lttng-ust
|
, lttng-ust
|
||||||
, numactl
|
, numactl
|
||||||
, dotnetCorePackages
|
|
||||||
, libglvnd
|
, libglvnd
|
||||||
, xorg
|
, xorg
|
||||||
, udev
|
, udev
|
||||||
@ -84,7 +83,7 @@ buildDotnetModule rec {
|
|||||||
cc-by-nc-40
|
cc-by-nc-40
|
||||||
unfreeRedistributable # osu-framework contains libbass.so in repository
|
unfreeRedistributable # osu-framework contains libbass.so in repository
|
||||||
];
|
];
|
||||||
maintainers = with maintainers; [ oxalica thiagokokada ];
|
maintainers = with maintainers; [ thiagokokada ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
mainProgram = "osu!";
|
mainProgram = "osu!";
|
||||||
};
|
};
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, kernel, kernelAtLeast }:
|
{ stdenv, lib, fetchFromGitHub, kernel }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "isgx-${version}-${kernel.version}";
|
name = "isgx-${version}-${kernel.version}";
|
||||||
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://github.com/intel/linux-sgx-driver";
|
homepage = "https://github.com/intel/linux-sgx-driver";
|
||||||
license = with licenses; [ bsd3 /* OR */ gpl2Only ];
|
license = with licenses; [ bsd3 /* OR */ gpl2Only ];
|
||||||
maintainers = with maintainers; [ oxalica ];
|
maintainers = [ ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user