Skip to content

Commit d7700b9

Browse files
committed
chore: update all files to my new username
1 parent 622edd9 commit d7700b9

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2026 StikyPiston
3+
Copyright © 2026 indium114
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the “Software”), to deal in

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
![A preview of Dotkeeper applying a keep](assets/preview.png)
44

5-
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/StikyPiston/dotkeeper)
5+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/indium114/dotkeeper)
66

77
A *keeper* for your *dotfiles*. See what I did there? *(booooooo)*
88

99
To get started, create a folder in `~/.dotkeep` with the name of your **keep**. A **keep** is a place where dots are kept.
1010

1111
## Info
1212

13-
To learn how to use Dotkeeper, see the [wiki](https://github.com/StikyPiston/dotkeeper/wiki)
13+
To learn how to use Dotkeeper, see the [wiki](https://github.com/indium114/dotkeeper/wiki)
1414

1515
## Installation
1616

@@ -19,7 +19,7 @@ To learn how to use Dotkeeper, see the [wiki](https://github.com/StikyPiston/dot
1919
To install with `brew`, simply run:
2020

2121
```bash
22-
brew install stikypiston/formulae/dotkeeper
22+
brew install indium114/formulae/dotkeeper
2323
```
2424

2525
### Method 2: Manual Install

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/stikypiston/dotkeeper
1+
module github.com/indium114/dotkeeper
22

33
go 1.25.5
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package main
22

3-
import "github.com/stikypiston/dotkeeper/cmd"
3+
import "github.com/indium114/dotkeeper/cmd"
44

55
func main() {
66
cmd.Execute()

0 commit comments

Comments
 (0)