tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
maintainers: drop oosquare
oosquare
6 months ago
835558c6
d163505e
+4
-10
5 changed files
expand all
collapse all
unified
split
maintainers
maintainer-list.nix
pkgs
by-name
bi
biliup-rs
package.nix
fc
fcitx5-fluent
package.nix
lx
lx-music-desktop
package.nix
ug
ugm
package.nix
-6
maintainers/maintainer-list.nix
···
19091
19091
name = "Oops418";
19092
19092
githubId = 93655215;
19093
19093
};
19094
19094
-
oosquare = {
19095
19095
-
name = "Justin Chen";
19096
19096
-
email = "oosquare@outlook.com";
19097
19097
-
github = "oosquare";
19098
19098
-
githubId = 42143810;
19099
19099
-
};
19100
19094
opeik = {
19101
19095
email = "sandro@stikic.com";
19102
19096
github = "opeik";
+1
-1
pkgs/by-name/bi/biliup-rs/package.nix
···
33
33
description = "CLI tool for uploading videos to Bilibili";
34
34
homepage = "https://biliup.github.io/biliup-rs";
35
35
license = lib.licenses.mit;
36
36
-
maintainers = with lib.maintainers; [ oosquare ];
36
36
+
maintainers = with lib.maintainers; [ ];
37
37
mainProgram = "biliup";
38
38
platforms = lib.platforms.all;
39
39
};
+1
-1
pkgs/by-name/fc/fcitx5-fluent/package.nix
···
33
33
homepage = "https://github.com/Reverier-Xu/Fluent-fcitx5";
34
34
license = licenses.mpl20;
35
35
platforms = platforms.all;
36
36
-
maintainers = with maintainers; [ oosquare ];
36
36
+
maintainers = with maintainers; [ ];
37
37
};
38
38
}
+1
-1
pkgs/by-name/lx/lx-music-desktop/package.nix
···
94
94
platforms = electron.meta.platforms;
95
95
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
96
96
mainProgram = "lx-music-desktop";
97
97
-
maintainers = with lib.maintainers; [ oosquare ];
97
97
+
maintainers = with lib.maintainers; [ ];
98
98
};
99
99
}
+1
-1
pkgs/by-name/ug/ugm/package.nix
···
36
36
license = licenses.mit;
37
37
mainProgram = "ugm";
38
38
platforms = platforms.linux;
39
39
-
maintainers = with maintainers; [ oosquare ];
39
39
+
maintainers = with maintainers; [ ];
40
40
};
41
41
}