altair: update github owner
Got moved into a github org
This commit is contained in:
@@ -10,7 +10,7 @@ let
|
||||
version = "8.5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/imolorhe/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage";
|
||||
url = "https://github.com/altair-graphql/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage";
|
||||
sha256 = "sha256-ImcnV+Z1J+6wGs3HmlCpXmLb/BbyEcunY+IZ2cbD8Ns=";
|
||||
};
|
||||
|
||||
@@ -34,7 +34,7 @@ appimageTools.wrapType2 {
|
||||
meta = {
|
||||
description = "Feature-rich GraphQL Client IDE";
|
||||
mainProgram = "altair";
|
||||
homepage = "https://github.com/imolorhe/altair";
|
||||
homepage = "https://github.com/altair-graphql/altair";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ evalexpr ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
||||
Reference in New Issue
Block a user