Skip to content

Commit

Permalink
s/hiljusti/booniepepper/g
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Jul 6, 2023
1 parent 5ea208b commit a374718
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![License](https://img.shields.io/github/license/hiljusti/dt)
![License](https://img.shields.io/github/license/booniepepper/dt)

# `dt`

Expand Down Expand Up @@ -82,7 +82,7 @@ bye

## Downloads

Download assets from [releases](https://github.com/hiljusti/dt/releases/) and
Download assets from [releases](https://github.com/booniepepper/dt/releases/) and
put them somewhere on your PATH.

An installation script will come soon.
Expand All @@ -97,4 +97,4 @@ resulting binary for your machine will be produced in `./zig-out/bin/dt`

Shared as open source software, distributed under the terms of [the 3-Clause BSD License](https://opensource.org/license/BSD-3-clause/).

A side quest of J.R. Hill | https://so.dang.cool | https://github.com/hiljusti
A side quest of J.R. Hill | https://so.dang.cool | https://github.com/booniepepper
2 changes: 1 addition & 1 deletion meta/quotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

> It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration.
_Note: [My](https://github.com/hiljusti) first language was BASIC._
_Note: [My](https://github.com/booniepepper) first language was BASIC._

# [The end of Computing Science?](https://www.cs.utexas.edu/users/EWD/ewd13xx/EWD1304.PDF), Edsger W. Djikstra

Expand Down
9 changes: 4 additions & 5 deletions old-rust-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[package]
name = "dt-tests"
version = "0.1.0"
authors = ["J.R. Hill <hiljusti@so.dang.cool>"]
authors = ["J.R. Hill <justin@so.dang.cool>"]
description = "dt - it's duck tape for your unix pipes"
license = "GPL-2.0-only"
license = "BSD-3-Clause"

readme = "README.md"
homepage = "https://github.com/hiljusti/dt"
repository = "https://github.com/hiljusti/dt"
#documentation = "TODO"
homepage = "https://github.com/booniepepper/dt"
repository = "https://github.com/booniepepper/dt"
keywords = ["programming-language", "concatenative", "interpreter", "parser"]
categories = []

Expand Down

0 comments on commit a374718

Please sign in to comment.