Skip to content

Commit 378bf84

Browse files
committed
chore: remove jeremy as a code owner
Jeremy has left the project and has cut contact with me and everyone I know, so it's best to just remove his account from being able to contribute anymore.
1 parent 7fbefed commit 378bf84

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
## Owners of their respective subsystems/components must add their names here alongside the directory that they own.
22

33
* @xTrayambak
4-
src/components/layout/* @jtbx
5-
*.nix @jtbx
6-
flake.lock @jtbx

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
nativeBuildInputs = with pkgs; [
2727
makeBinaryWrapper
2828
# nimble
29+
nph
2930
wayland-protocols
3031
wayland-scanner
3132
openssl

samples/003.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@
1717
console.log(y)
1818
console.log(y.length)
1919

20-
let z = new Date()
21-
console.log(z)
20+
console.log(new Date())
21+
console.log(new Date())
22+
console.log(new Date())
23+
console.log(new Date())
2224
</script>
2325
<h1>Check your console, there must be a few log messages there :^)</h1>
24-
<p>There should be 5 logs.</p>
26+
<p>There should be stuff in there, I think.</p>
2527

2628
<h2>There aren't that many logs (or there's none!)</h2>
2729
<p>File a bug report.</p>

0 commit comments

Comments
 (0)